'Declaration
Public Overrides ReadOnly Property Legend As ChartLegend
'Usage
Dim instance As TreeMap(Of T) Dim value As ChartLegend value = instance.Legend
public override ChartLegend Legend {get;}
public read-only property Legend: ChartLegend; override;
public override function get Legend : ChartLegend
public: __property ChartLegend* get_Legend() override;
public: property ChartLegend^ Legend { ChartLegend^ get() override; }